home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / E16.List < prev    next >
Encoding:
Text File  |  1992-03-04  |  1004 b   |  43 lines  |  [TEXT/MPS ]

  1. ; File:  E16.List
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-91
  5. ; All Rights Reserved
  6. ;
  7. ;
  8. listRejectEvent EQU $1C02
  9. cString EQU $0001  ; null terminated string type
  10. LIST_STRG EQU $0001  ; null terminated string type
  11. selectOnlyOne EQU $0002  ; only one selection allowed
  12. LIST_SELECT EQU $0002  ; single selection only
  13. memDisabled EQU $40  ; Sets member flag to disabled
  14. memSelected EQU $80  ; Sets member flag to selected
  15. ; offset constants for LColorTable
  16. olistFrameClr EQU 0
  17. olistNorTextClr EQU 2
  18. olistSelTextClr EQU 4
  19. olistNorBackClr EQU 6
  20. olistSelBackClr EQU 8
  21. ; offset constants for MemRec
  22. omemPtr EQU 0
  23. omemFlag EQU 4
  24. ; Front of ListCtlRec matches CtlRec
  25. octlMemDraw EQU 40
  26. octlMemHeight EQU 44
  27. octlMemSize EQU 46
  28. octlList EQU 48
  29. octlListBar EQU 52
  30. ; offset constants for ListRec
  31. olistRect EQU 0
  32. olistSize EQU 8
  33. olistView EQU 10
  34. olistType EQU 12
  35. olistStart EQU 14
  36. olistCtl EQU 16
  37. olistDraw EQU 20
  38. olistMemHeight EQU 24
  39. olistMemSize EQU 26
  40. olistPointer EQU 28
  41. olistRefCon EQU 32
  42. olistScrollClr EQU 36
  43.